home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / xschem28.lzh / SRC / OSDEFS.H < prev    next >
C/C++ Source or Header  |  1991-09-16  |  475b  |  19 lines

  1. /* osdefs.h - extern declarations for machine specific functions */
  2.  
  3. #ifdef MACINTOSH
  4. extern LVAL xhidepen(),xshowpen(),xgetpen(),xpensize(),xpenmode();
  5. extern LVAL xpenpat(),xpennormal(),xmoveto(),xmove(),xlineto(),xline();
  6. extern LVAL xshowgraphics(),xhidegraphics(),xcleargraphics();
  7. #endif
  8.  
  9. #ifdef MSDOS
  10. extern LVAL xsystem(),xgetkey(),xtime(),xdifftime();
  11. #ifdef NOTDEF
  12. extern LVAL xint86(),xinbyte(),xoutbyte();
  13. #endif
  14. #endif
  15.  
  16. #ifdef UNIX
  17. extern LVAL xsystem();
  18. #endif
  19.